feat: add multi-transport variants for MCP server definitions - #21
Merged
Conversation
Split single server definitions into multiple variants based on transport/connection method and audience. Users can now choose between Remote HTTP (OAuth), Docker, npx, and self-hosted/enterprise options when installing a server. New variants added: - GitHub: Remote HTTP, Docker, Enterprise (GHES/GHEC) - Grafana: Self-Hosted, Cloud - Notion: Remote HTTP, npx, Docker - Sentry: Remote HTTP, npx, Self-Hosted - Supabase: Remote HTTP, npx - Playwright: npx, Docker - Slack: npx, Docker - Brave Search: npx, Docker - Exa Search: npx, Remote HTTP Total: 28 definitions (up from 16). All pass schema validation. Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
Allow users to optionally provide a Personal Access Token instead of using the default OAuth flow. Auth type changed to optional_api_key. Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
- com.github-mcp-http: pure OAuth, zero config - com.github-mcp-http-pat: PAT-based auth with required token input Cleaner separation so users pick the auth method they want. Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
… variant
- Add optional `headers` field to HTTP transport schema for sending
custom headers (supports ${input:ID} interpolation)
- GitHub PAT variant now sends `Authorization: Bearer ${input:GITHUB_TOKEN}`
Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
- Merge GitHub Docker + Enterprise into single definition with optional GITHUB_HOST input (empty defaults to github.com internally) - Merge Grafana Self-Hosted + Cloud into single Docker definition with all inputs (URL required, username/password optional) - Remove GitHub Remote OAuth (com.github-mcp-http) - no DCR support - Fix GITHUB_HOST type from url to text (expects hostname, not URL) - Keep Sentry npx + Self-Hosted separate (MCP_DISABLE_SKILLS=seer) Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
New variants by server
Unchanged servers (single variant only)
Atlassian, Cloudflare Docs, Cloudflare Bindings, Figma, Filesystem, Puppeteer, SQLite
Breaking changes
com.github-mcp→com.github-mcp-docker)Test plan
node scripts/validate.js --allpasses for all 28 definitions${input:XXX}references have matching input definitionssecret: true